/*
 * @Author: gao
 * @Date: 2024-10-16 11:51:48
 * @Last Modified by: mikey.zhaopeng
 * @Last Modified time: 2024-10-27 16:46:19
 */

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
    font-variation-settings: "opsz" auto;
}

@font-face {
    font-family: "DingTalk_JinBuTi";
    src: url(../font/DingTalk_JinBuTi.ttf);
}



/* nav begin */
.cgPxYY {
    width: 100%;
}

.index-dcnzBD {
    padding-left: 10px;
    padding-right: 10px;
}

.index-dcnzBD a img {
    height: 40px;
}

.index-dcnzBD .m_menu {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    background: #E7F0FF;
    cursor: pointer;
}

.index-topHeader {
    height: 80px;
}

.topHeader .nav-list .nav-item .link {
    /* font-size: 20px; */
    color: #3D3D3D;
}


.btn-wrapper p {
    width: 210px;
    height: 46px;
    border-radius: 46px;
    background: #E7F0FF;
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
}

/* nav end */


/* 板块top begin */
.index-section-top-con .section-top-title {
    text-align: center;
    font-size: 30px;
    color: #01182A;
}

.index-section-top-con .section-top-desc {
    text-align: center;
    font-size: 14px;
    font-weight: 290;
    color: rgba(61, 61, 61, 0.9);
}

.index-section-top-con .section-top-title br,
.index-section-top-con .section-top-desc br {
    display: none;
}


/* 板块top end */


.index-container-con {
    padding-top: 80px;
}

/* banner begin */


.swiper-slide-1 .swiper-slide-text-title {
    width: 220px;
    height: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%, rgba(255, 255, 255, 0) 103%);
}

.swiper-slide-1 .swiper-slide-text-title p {
    font-size: 30px;
    font-weight: bold;
    color: #1E54EC;
}

.swiper-slide-1 .swiper-slide-text-title-2 h2 {
    font-size: 40px;
    font-weight: bold;
    color: #01182A;
}

.swiper-slide-1 .swiper-slide-text-desc p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: rgba(61, 61, 61, 0.9);
}

.swiper-slide-1 .swiper-slide-text-desc p:last-child {
    display: none;
}

.swiper-slide-1 .swiper-slide-text-btn a {
    width: 140px;
    height: 48px;
    border-radius: 6px;
    background: #1E54EC;

    font-size: 20px;
    color: #FFFFFF;
}

/* banner end */


/* 问题 begin */
.index-question-con {
    /*background: #F9F9FD;*/
}

.question-item-con {
    padding: 50px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .08);
    transition: all 0.3s ease-in-out;
}

.question-item-con:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .1);
}

.question-title-con p {
    font-size: 24px;
    font-weight: bold;
    color: #01182A;
}

.question-desc-con p {
    font-size: 18px;
    line-height: 36px;
    color: rgba(61, 61, 61, 0.9);
}

/* 问题 end */

/* 网吧 begin */
/*.netbar-container {*/
/*    !*background: url('../index-images/index_netbar_bg.png') no-repeat center right;*!*/
/*    background: url('/skin/images/index/wangba/font.png') no-repeat center;*/
/*    background-size: cover;*/
/*}*/

.index-question-box-back{
    /*background: red;*/
    background: url("/skin/images/index/wangba/back_disk.png") no-repeat center bottom;
    background-size: cover;
}

.wangba_font_box{
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1000px){
    .wangba_font_box img{
        padding: 36px 0 10px;
        width: 70%;
    }
}

@media screen and (max-width: 768px){
    .wangba_font_box{
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        background: url("/skin/images/index/wangba/back_phone.png") no-repeat bottom;
        background-size: cover;
        padding: 25px;
        align-items: center;
    }

    .wangba_font_box img{
        padding: 0;
    }

    .index-question-box-back{
        background: #F9F9FD;
    }
    .index-question-con{
        padding-bottom: 0 !important;
    }
}

.netbar-container-text p,
.slogan-container-text p {
    font-size: 46px;
    /*font-family: "SimSun", "宋体", serif;*/
    font-weight: 500;
    background: linear-gradient(90deg, #1E54EC 0%, #7C9EFF 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}

.netbar-container-text a,
.slogan-container-text a {
    font-size: 24px;
    color: #255AEE;
}

/* 网吧 end */


/* 上网行为 begin */
.index-behavior-con {
    background: linear-gradient(90deg, #EDF4FF 0%, #F8FAFF 100%);
}

.behavior-item-con {
    border-radius: 10px;
    padding: 40px 20px 50px 20px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .08);
    transition: all 0.3s ease-in-out;
}

.behavior-item-con:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .1);
}

.behavior-item-con::after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    right: 0;
    bottom: 0;
}

.behavior-item-con:nth-child(1)::after {
    background: url('../index-images/behavior_bgIcon_001.webp') no-repeat center center;
}

.behavior-item-con:nth-child(2)::after {
    background: url('../index-images/behavior_bgIcon_002.webp') no-repeat center center;
}

.behavior-item-con:nth-child(3)::after {
    background: url('../index-images/behavior_bgIcon_003.webp') no-repeat center center;
}

.behavior-item-con:nth-child(4)::after {
    background: url('../index-images/behavior_bgIcon_004.webp') no-repeat center center;
}

.behavior-title-con p {
    font-size: 24px;
    font-weight: bold;
    color: #01182A;
}

.behavior-desc-con-text p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(61, 61, 61, 0.9);
    text-align: justify;
}

.behavior-bottom-btn a {
    font-size: 18px;
    font-weight: 290;
    color: #1E54EC;
}

.behavior-bottom-btn a i {
    transition: all 0.3s ease-in-out;
}

.behavior-bottom-btn a:hover i {
    transform: translateX(10px);
}

/* 上网行为 end */

/* 问题解决 begin */
.solveBtn-list .solveBtn-item {
    width: 140px;
    height: 40px;
    font-size: 14px;
    color: #1E54EC;
    border: 1px solid #1E54EC;
    border-radius: 50px;
    cursor: pointer;
}

.solveBtn-list .solveBtn-item.active {
    background: #1E54EC;
    color: #ffffff;
}

.solveConSwiper-box {
    overflow: hidden;
}

.solveCon-left {
    max-width: 410px;
}

.solveCon-left-top p {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #01182A;
}

.solveCon-left-middle p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 290;
    color: rgba(61, 61, 61, 0.9);
}

.solveCon-left-bottom ul li {
    /* width: 70px; */
}

.solveCon-left-bottom ul li img {
    max-width: 70px;
}

.solveCon-left-bottom ul li p {
    font-size: 14px;
    color: rgba(61, 61, 61, 0.9);
}


.solveCon-right {
    /* margin-left: 130px; */
}

/* 问题解决 end */

/* 数据安全 begin */
.index-dataSafe-con {
    background: url('../index-images/dataSafe_bg.png') no-repeat center center;
}

.index-dataSafe-con .dataSafe-left {
    position: relative;
}

.index-dataSafe-con .dataSafe-left .dataSafe_left_img2,
.index-dataSafe-con .dataSafe-right .dataSafe_right_img2 {
    display: none;
}

.index-dataSafe-con .dataSafe-left::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 104px;
    right: -74px;
    bottom: 40px;
    background: url('../index-images/dataSafe_jt_img.png') no-repeat center center;
    background-size: 100%;
}

.dataSafe-left-list .dataSafe-left-item {
    transition: all 0.3s ease-in-out;
}

.dataSafe-left-list .dataSafe-left-item:hover {
    transform: translateY(-10px);
}

.dataSafe-left-item p {
    font-size: 14px;
    color: #333333;
}


/* 数据安全 end */

/* 三大系统 begin */
.index-system-list-box {
    overflow: hidden;
}

.index-system-list-con .system-item-con {
    padding: 30px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .08);
    transition: all 0.3s ease-in-out;
}

.index-system-list-con .system-item-con:hover {
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .1);
    transform: translateY(-10px);
}

.system-title-con .system-title-con-text {
    font-size: 24px;
    font-weight: bold;
    color: #01182A;
}

.system-title-con .system-title-desc {
    font-size: 18px;
    color: rgba(61, 61, 61, 0.9);
}

.system-desc-con-text p span {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #01182A;
}


.system-item-con .system-links a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #1E54EC;
}

/* 三大系统 end */

/* 标语 begin */
.index-slogan-con {
    height: 300px;
    background: url('../index-images/index_slogan_bg.png') no-repeat center center;
    background-size: cover;
}

.slogan-container {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.slogan-container-list {
    overflow: hidden;
}

.slogan-container-list .swiper-wrapper {
    padding-bottom: 20px;
}

.slogan-container-list-item {
    padding: 40px 20px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .1);
    /* overflow: hidden; */
}

/* .slogan-container-list-item .slogan-container-icon-box {
    float: left;
}

.slogan-container-list-item .slogan-container-text-box {
    float: left;
    margin-left: 20px;
} */

/* .slogan-container-list .swiper-slide-prev,
.slogan-container-list .swiper-slide-next {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}*/

.slogan-container-list .swiper-slide-active {
    /* width: 74% !important; */
}





.slogan-container-text-box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #01182A;
}

.slogan-container-text-box p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(61, 61, 61, 0.9);
}

/* 标语 end */

/* 持续增长 ebgin */
.index-increase-con {
    background: #fefefe;
}

.increase-item-con {
    padding: 30px 18px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .08);
    transition: all 0.3s ease-in-out;
}

.increase-item-con:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px 0 rgba(32, 26, 26, .1);

}

.increase-title-con h2 {
    font-size: 24px;
    font-weight: bold;
    color: #01182A;
}

.increase-desc-con-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 290;
    text-align: justify;
    color: rgba(61, 61, 61, 0.9);
}

.index-target-list-con {
    border-radius: 14px;
    background: #F7F9FF;
}

.target-desc-con p {
    font-size: 18px;
    color: rgba(61, 61, 61, 0.9);
}

.target-title-icon p .number {
    font-family: DingTalk_JinBuTi;
    font-weight: 400;
    font-size: 60px;
    font-variation-settings: "opsz" auto;
}

.target-title-icon p .label {
    font-family: DingTalk_JinBuTi;
    font-weight: 400;
    font-size: 18px;
    font-variation-settings: "opsz" auto;
}

/* 持续增长 end */

/* 新闻动态 begin */
.index-news-con {
    background: linear-gradient(90deg, #EDF4FF 0%, #F8FAFF 100%);
}

.indexNews-box {
    width: 50%;
    border-radius: 10px;
    background: #FFFFFF;
}

.indexNews-list ul li {
    border-bottom: 1px solid #D8D8D8;
}

.indexNews-list-item a h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indexNews-list-item:hover a h3 {
    color: #1E54EC;
}

.indexNews-list-item a p {
    font-size: 16px;
    font-weight: 290;
    color: rgba(61, 61, 61, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 新闻动态 end */

/* footer begin */
.index-footer-top {
    background: url('../index-images/index_footer_bg.webp') no-repeat center center;
    background-size: cover;
}

.index-footer-webName h2 {
    font-size: 30px;
    font-weight: 800;
    /* font-family: "SimSun", "宋体", serif; */
}

.index-footer-slogan p:first-child {
    font-size: 48px;
    font-family: "SimSun", "宋体", serif;
    font-weight: 800;
    background: linear-gradient(90deg, #1E54EC 0%, #7C9EFF 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.index-footer-slogan p:last-child {
    font-size: 16px;
    color: #255AEE;
}

.index-footer-btn a {
    width: 140px;
    height: 40px;
    border-radius: 6px;
    background: #1E54EC;
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #FFFFFF;
}

.index-footer-bottom {
    background: #2C2C2C;
}

.index-footer-bottom-con .index-footer-copyright:first-child {
    line-height: 20px;
    text-align: center;
}

.index-footer-copyright p,
.index-footer-copyright p,
.index-footer-copyright a {
    font-size: 12px;
    color: #FFFFFF;
}


/* footer end */



/* 公共样式 begin */
span.span-line-box {
    width: 90px;
    height: 4px;
    border-radius: 2px;
    position: relative;
    background: #63E2EA;
}

span.span-line-box::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 4px;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: #1E54EC;

    transition: all 0.3s ease-in-out;
}

.question-item-con:hover .question-title-con span::after,
.system-item-con:hover .system-title-con span::after,
.behavior-item-con:hover .behavior-title-con span::after {
    width: 100%;
}

/* 公共样式 end */
